home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / AppDomainLoader / README.TXT < prev    next >
Encoding:
Text File  |  2004-10-22  |  656 b   |  15 lines

  1. (*********************************************************)
  2. (*      Delphi for .NET Application Domain demo          *)
  3. (*      Written by:  Chua Chee Wee, Singapore            *)
  4. (*      chuacw@rightsecurity.biz                         *)
  5. (*      Right Security Consultants                       *)
  6. (*      http://www.rightsecurity.biz                     *)
  7. (*                                                       *)
  8. (*********************************************************)
  9.  
  10. 1.  Demonstrates how to create an application domain.
  11.  
  12. 2.  Demonstrates how to call a known method from a known class
  13.     implemented in a known namespace.
  14.     
  15.